9章 コードレビュー
9.3.2 コードの意味の把握
t-wadaさんが、コードレビューが決定的に重要な理由として挙げている
https://x.com/t_wada/status/1849298141306290269
9.4.5 https://abseil.io/resources/swe-book/html/ch09.html#automate_where_possible
Rather than require authors to run tests, linters, or formatters, the current Google code review tooling provides most of that utility automatically through what is known as presubmits.
A presubmit process is run when a change is initially sent to a reviewer.
フォーマッタは自動でかかっていて、レビュアーはフォーマットについては指摘不要になっている
プルリクエストを出す側がかけ忘れても問題ない